home *** CD-ROM | disk | FTP | other *** search
/ Yum! / Yum! Macintosh CD-ROMs for May 1999 (May 1999).iso / MacOS 8.5 stuff / MacOS 8.5 Search Engins ƒ / complete / Download.src / Download.src next >
Text File  |  1998-10-14  |  748b  |  32 lines

  1. # Created by Michael Krzyzek  
  2. # email michael@tactile.com
  3. # © 1998 Tactile Systems, Inc.
  4.  
  5. # Download.com
  6. <search
  7.     name="Download.com"
  8.     action="http://www.download.com/Mac/Result/TitleList/1,2,0-a-0-0-e-1,00.html"
  9.     description = "Download.com is a large database of the best links to download files."
  10.     update="http://www.tactile.com/updates/Dowload.src.hqx"
  11.     updateCheckDays = 3
  12.     method=get
  13.     >
  14.     
  15. <input name="search" user>
  16. <input name="st" value="st">
  17. <input name="dl" value="dl">
  18. <input name="qs" value="qs">
  19. <input name="results" value="results">
  20.  
  21. <interpret
  22.     bannerStart = "<a name="
  23.     bannerEnd = "<br><br>"
  24.  
  25.     resultListStart="<td align=left>"
  26.     resultListEnd="</table>"
  27.     resultItemStart="<td align=left>"
  28.     resultItemEnd = "</tr>"
  29.     >
  30. </search>
  31.     
  32.